ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexRadar<T> Class / TotalAngle Property

In This Topic
    TotalAngle Property
    In This Topic
    Gets or sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(360)>
    Public Property TotalAngle As Integer
    [DefaultValue(360)]
    public int TotalAngle {get; set;}
    See Also